home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / AfterDark / TwilightZone ƒ / source / aevt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-07  |  552 b   |  15 lines  |  [TEXT/KAHL]

  1. #ifndef _APPLEEVENTS_
  2. #include <AppleEvents.h>
  3. #endif
  4.  
  5. Boolean SupportsAEVT(void);
  6. void DoHighLevelEvent(EventRecord *ev);
  7. void RegisterMyEvents(void);
  8.  
  9. pascal OSErr MyAEHandleOAPP(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  10. pascal OSErr MyAEHandleODOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  11. pascal OSErr MyAEHandlePDOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  12. pascal OSErr MyAEHandleQUIT(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  13.  
  14. OSErr MyGotRequiredParams(AppleEvent *theAppleEvent);
  15.